R4RS - definizione. Che cos'è R4RS
Diclib.com
Dizionario in linea

Cosa (chi) è R4RS - definizione

DIALECT OF THE LISP PROGRAMMING LANGUAGE
Scheme Links; R5RS; R4RS; R6RS; Set!; Scheme Programming language; Scheme progamming language; Scheme programming language; R5RS Scheme; Err5rs; ERR5RS; Scheme language; LAML; Scheme (language); RnRS; R7RS; Dr. Scheme; Scheme Lisp
  • 121px

R4RS         
A revision of R3RS, revised in R3.99RS. ftp://altdorf.ai.mit.edu/. ["The Revised^4 Report on the Algorithmic Language Scheme", W. Clinger et al, MIT (Nov 1991)]. (1994-10-28) [Later revisions?]

Wikipedia

Scheme (programming language)

Scheme is a dialect of the Lisp family of programming languages. Scheme was created during the 1970s at the MIT AI Lab and released by its developers, Guy L. Steele and Gerald Jay Sussman, via a series of memos now known as the Lambda Papers. It was the first dialect of Lisp to choose lexical scope and the first to require implementations to perform tail-call optimization, giving stronger support for functional programming and associated techniques such as recursive algorithms. It was also one of the first programming languages to support first-class continuations. It had a significant influence on the effort that led to the development of Common Lisp.

The Scheme language is standardized in the official IEEE standard and a de facto standard called the Revisedn Report on the Algorithmic Language Scheme (RnRS). A widely implemented standard is R5RS (1998). The most recently ratified standard of Scheme is "R7RS-small" (2013). The more expansive and modular R6RS was ratified in 2007. Both trace their descent from R5RS; the timeline below reflects the chronological order of ratification.